home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / disk / cdrom / MusicBox-2.1os.lha / MusicBox / Includes.c < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-29  |  2.8 KB  |  60 lines

  1. /*
  2.  ##########################################################################
  3.  ####                                                                  ####
  4.  ####                        The MusicBox Project                      ####
  5.  ####                    ============================                  ####
  6.  ####                                                                  ####
  7.  #### Includes.c                                                       ####
  8.  ####                                                                  ####
  9.  #### Version 2.1os  --  September 29, 2000                            ####
  10.  ####                                                                  ####
  11.  #### Copyright (C) 1994  Thomas Dreibholz                             ####
  12.  ####               2000  Molbachweg 7                                 ####
  13.  ####                     51674 Wiehl                                  ####
  14.  ####                     Germany                                      ####
  15.  ####                                                                  ####
  16.  ####                     EMail: Dreibholz@bigfoot.com                 ####
  17.  ####                     WWW:   http://www.bigfoot.com/~dreibholz     ####
  18.  ####                                                                  ####
  19.  ##########################################################################
  20. */
  21. /***************************************************************************
  22.  *                                                                         *
  23.  *   This program is free software; you can redistribute it and/or modify  *
  24.  *   it under the terms of the GNU General Public License as published by  *
  25.  *   the Free Software Foundation; either version 2 of the License, or     *
  26.  *   (at your option) any later version.                                   *
  27.  *                                                                         *
  28.  ***************************************************************************/
  29.  
  30. /* Includes */
  31.  
  32. #include <exec/types.h>
  33. #include <intuition/intuition.h>
  34. #include <intuition/classes.h>
  35. #include <intuition/classusr.h>
  36. #include <intuition/imageclass.h>
  37. #include <intuition/gadgetclass.h>
  38. #include <libraries/gadtools.h>
  39. #include <graphics/displayinfo.h>
  40. #include <graphics/gfxbase.h>
  41. #include <libraries/diskfont.h>
  42. #include <libraries/dos.h>
  43. #include <graphics/text.h>
  44. #include <dos/dostags.h>
  45. #include <exec/memory.h>
  46. #include <exec/io.h>
  47. #include <exec/ports.h>
  48. #include <exec/devices.h>
  49. #include <exec/execbase.h>
  50. #include <devices/gameport.h>
  51. #include <devices/trackdisk.h>
  52. #include <devices/scsidisk.h>
  53. #include <rexx/rxslib.h>
  54. #include <rexx/rexxio.h>
  55. #include <libraries/locale.h>
  56. #include <workbench/workbench.h>
  57. #include <workbench/icon.h>
  58. #include <workbench/startup.h>
  59. #include <libraries/amigaguide.h>
  60.